@font-face {

    font-family: "FrutigerLTStd-Roman";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Roman.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FrutigerLTStd-Bold";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Bold.otf");

    font-weight: 700;

    font-style: normal;

}
p.text-block {
    font-family: "FrutigerLTStd-Roman";
}
img.img-one {
    width: 40%;
    padding-top: 30px;
    padding-bottom: 30px;
}

img.img-two {
    width: 100%;
}

img.img-three {
    width: 100%;
}

img.img-four {
    width: 100%;
}

img.img-five {
    width: 40%;
}

img.img-six {
    width: 73%;
}

img.img-seven {
    width: 73%;
}

.h2,
h2 {
    font-size: 30px;
    color: #000;
    font-family: "FrutigerLTStd-Bold";
}

h2#titleOne {
    margin-top: 24%;
}

a#btn_1 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-bottom: 30px;
}

a#btn_1:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_1:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#btn_2 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
}

a#btn_2:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_2:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#btn_3 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 0%;
}

a#btn_3:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_3:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#btn_4 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 0%;
}

a#btn_4:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_4:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#btn_5 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
}

a#btn_5:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_5:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#btn_6 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 1%;
}

a#btn_6:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn_6:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

ul {
    font-size: 18px;
    color: #000;
    font-family: "FrutigerLTStd-Roman";
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #7b2379;
}

.panel {
    padding:20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 3px solid #652f6c;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

footer#footer {
    margin-top: 30px;
}
a {
    color: #000;
    text-decoration: none;
}
@media (min-width:1536px) and (max-width:1920px) {
    
    img.img-one {
        width: 40%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        float: left;
    }
    li.bullet-point-one {
        margin-top: 35px;
    }
}
@media (min-width:1441px) and (max-width:1535px) {
    img.img-one {
        width: 40%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        float: left;
    }
    li.bullet-point-one {
        margin-top: 35px;
    }
}
@media (min-width:1025px) and (max-width:1441px) {
    img.img-one {
        width: 40%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        float: left;
    }
    li.bullet-point-one {
    margin-top: 35px;
}
}

@media only screen and (max-width: 1024px) {
    a#btn_1 {
        font-size: 14px;
        margin-top: 16%;
    }

    a#btn_2 {
        font-size: 14px;
    }

    a#btn_3 {
        font-size: 14px;
    }

    a#btn_4 {
        font-size: 14px;
    }

    a#btn_5 {
        font-size: 14px;
    }

    a#btn_6 {
        font-size: 14px;
    }

}

@media only screen and (max-width:768px) {
    img.img-one {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}